s-net-Tools
HdlcdSessionDescriptor.h File Reference

Copyright (c) 2016, Florian Evers, flori.nosp@m.an-e.nosp@m.vers@.nosp@m.gmx..nosp@m.de All rights reserved. More...

#include <stdint.h>
Include dependency graph for HdlcdSessionDescriptor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HdlcdSessionDescriptor
 

Enumerations

enum  E_SESSION_TYPE {
  SESSION_TYPE_TRX_ALL = 0x00, SESSION_TYPE_TRX_STATUS = 0x10, SESSION_TYPE_RX_PAYLOAD = 0x20, SESSION_TYPE_RX_HDLC = 0x30,
  SESSION_TYPE_RX_HDLC_DISSECTED = 0x40, SESSION_TYPE_ARITHMETIC_ENDMARKER = 0x50, SESSION_TYPE_MASK = 0xF0, SESSION_TYPE_UNSET = 0xFF
}
 
enum  E_SESSION_FLAGS {
  SESSION_FLAGS_NONE = 0x00, SESSION_FLAGS_DELIVER_RCVD = 0x01, SESSION_FLAGS_DELIVER_SENT = 0x02, SESSION_FLAGS_DELIVER_INVALIDS = 0x04,
  SESSION_FLAGS_RESERVED = 0x08, SESSION_FLAGS_MASK = 0x0F
}
 

Detailed Description

Copyright (c) 2016, Florian Evers, flori.nosp@m.an-e.nosp@m.vers@.nosp@m.gmx..nosp@m.de All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

(1) Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer. 

(2) Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.  

(3)The name of the author may not be used to
endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file HdlcdSessionDescriptor.h.

Enumeration Type Documentation

Enumerator
SESSION_FLAGS_NONE 
SESSION_FLAGS_DELIVER_RCVD 
SESSION_FLAGS_DELIVER_SENT 
SESSION_FLAGS_DELIVER_INVALIDS 
SESSION_FLAGS_RESERVED 
SESSION_FLAGS_MASK 

Definition at line 57 of file HdlcdSessionDescriptor.h.

Enumerator
SESSION_TYPE_TRX_ALL 
SESSION_TYPE_TRX_STATUS 
SESSION_TYPE_RX_PAYLOAD 
SESSION_TYPE_RX_HDLC 
SESSION_TYPE_RX_HDLC_DISSECTED 
SESSION_TYPE_ARITHMETIC_ENDMARKER 
SESSION_TYPE_MASK 
SESSION_TYPE_UNSET 

Definition at line 43 of file HdlcdSessionDescriptor.h.