C# Class FSO.SimAntics.Engine.Primitives.VMAnimateSimOperand

Inheritance: VMPrimitiveOperand
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
ExpectedEventCount byte
Flags byte
LocalEventNumber byte
_pad byte

Public Methods

Method Description
Read ( byte bytes ) : void
ToString ( ) : string
Write ( byte bytes ) : void

Method Details

Read() public method

public Read ( byte bytes ) : void
bytes byte
return void

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( byte bytes ) : void
bytes byte
return void

Property Details

ExpectedEventCount public_oe property

public byte ExpectedEventCount
return byte

Flags public_oe property

public byte Flags
return byte

LocalEventNumber public_oe property

public byte LocalEventNumber
return byte

_pad public_oe property

public byte _pad
return byte