Klasse NPDUControl
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.NPDUControl
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final booleanprotected final booleanprotected final booleanprotected final NPDUNetworkPriorityprotected final boolean -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungNPDUControl(boolean messageTypeFieldPresent, boolean destinationSpecified, boolean sourceSpecified, boolean expectingReply, NPDUNetworkPriority networkPriority) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanbooleanintintbooleanbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) static NPDUControlstaticParse(ReadBuffer readBuffer) static NPDUControlstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
messageTypeFieldPresent
protected final boolean messageTypeFieldPresent -
destinationSpecified
protected final boolean destinationSpecified -
sourceSpecified
protected final boolean sourceSpecified -
expectingReply
protected final boolean expectingReply -
networkPriority
-
-
Konstruktordetails
-
NPDUControl
public NPDUControl(boolean messageTypeFieldPresent, boolean destinationSpecified, boolean sourceSpecified, boolean expectingReply, NPDUNetworkPriority networkPriority)
-
-
Methodendetails
-
getMessageTypeFieldPresent
public boolean getMessageTypeFieldPresent() -
getDestinationSpecified
public boolean getDestinationSpecified() -
getSourceSpecified
public boolean getSourceSpecified() -
getExpectingReply
public boolean getExpectingReply() -
getNetworkPriority
-
serialize
- Angegeben von:
serializein SchnittstelleSerializable- Löst aus:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Angegeben von:
getLengthInBytesin SchnittstelleMessage
-
getLengthInBits
public int getLengthInBits()- Angegeben von:
getLengthInBitsin SchnittstelleMessage
-
staticParse
- Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-