NmtCommandReceivedEventArgs Class¶
Argument type for the NmtCommandReceived event: a decoded incoming NMT master command.
Inheritance Object → EventArgs → NmtCommandReceivedEventArgs
Constructors¶
NmtCommandReceivedEventArgs(NmtCommand, byte) Constructor¶
Constructs a new event.
Parameters¶
command NmtCommand
targetNodeId Byte
Properties¶
NmtCommandReceivedEventArgs.Command Property¶
Command specifier (byte 0 of the NMT frame).
Property Value¶
NmtCommandReceivedEventArgs.TargetNodeId Property¶
Target node-id (byte 1); 0 means broadcast to all nodes.