Property | Type | Description |
---|
Method | Description | |
---|---|---|
Accept ( IMessageVisitor visitor ) : void | ||
ICustomSerializable ( IObjectReader reader ) : void | ||
ICustomSerializable ( IObjectWriter writer ) : void | ||
SpeedCaptureMessage ( SpeedCaptureLocation location, int>.KeyValuePair |
Initialises a new instance of the SpeedCaptureMessage class and specifies the capture location location and the captured speeds.
|
|
ToString ( ) : string |
public Accept ( IMessageVisitor visitor ) : void | ||
visitor | IMessageVisitor | |
return | void |
public ICustomSerializable ( IObjectReader reader ) : void | ||
reader | IObjectReader | |
return | void |
public ICustomSerializable ( IObjectWriter writer ) : void | ||
writer | IObjectWriter | |
return | void |
public SpeedCaptureMessage ( SpeedCaptureLocation location, int>.KeyValuePair |
||
location | SpeedCaptureLocation | The capture location. |
speeds | int>.KeyValuePair | The captured speeds. |
return | System |