C# Class LibZano.Frame

Show file Open project: torquing/libZanoDotNet Class Usage Examples

Public Properties

Property Type Description
Handle uint
Reference uint
Timestamp ulong
Type int
UserData uint

Public Methods

Method Description
Frame ( uint handle ) : System
Get ( uint symbol ) : int

Method Details

Frame() public method

public Frame ( uint handle ) : System
handle uint
return System

Get() public method

public Get ( uint symbol ) : int
symbol uint
return int

Property Details

Handle public property

public uint Handle
return uint

Reference public property

public uint Reference
return uint

Timestamp public property

public ulong Timestamp
return ulong

Type public property

public int Type
return int

UserData public property

public uint UserData
return uint