Constructor with message and loco address. Intended for messages that need to pass along the loco address.
Namespace: XpressnetLibAssembly: XpressnetLib (in XpressnetLib.dll) Version: 0.1.4195.39796
Syntax
C# |
---|
public XpressnetArgs( XpressnetMessage m, byte low, byte hi ) |
Visual Basic |
---|
Public Sub New ( _ m As XpressnetMessage, _ low As Byte, _ hi As Byte _ ) |
Visual C++ |
---|
public: XpressnetArgs( XpressnetMessage m, unsigned char low, unsigned char hi ) |
Parameters
- m
- Type: XpressnetLib..::..XpressnetMessage
Message to communicate.
- low
- Type: System..::..Byte
Low byte of the loco address.
- hi
- Type: System..::..Byte
Hi byte of the loco address