Gets or sets wheather this packet is a request.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property IsRequest As Boolean
Get
Set
public bool IsRequest { get; set; }
Property Value
Type:
BooleanTrue if packet initiates the find;
False if packet is a response.
See Also