C# Class BACnet.Ashrae.ExtendedParameter.OctetWrapper

Inheritance: ExtendedParameter
Show file Open project: LorenVS/bacstack

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : OctetWrapper
OctetWrapper ( byte item ) : System
Save ( IValueSink sink, OctetWrapper value ) : void

Method Details

Load() public static method

public static Load ( IValueStream stream ) : OctetWrapper
stream IValueStream
return OctetWrapper

OctetWrapper() public method

public OctetWrapper ( byte item ) : System
item byte
return System

Save() public static method

public static Save ( IValueSink sink, OctetWrapper value ) : void
sink IValueSink
value OctetWrapper
return void

Property Details

Schema public static property

public static ISchema Schema
return ISchema