C# 클래스 OpenHome.Net.Core.PropertyBinary

Binary type property. Only intended for use by auto-generated proxies and providers.
상속: Property
파일 보기 프로젝트 열기: openhome/ohNet 1 사용 예제들

공개 메소드들

메소드 설명
PropertyBinary ( ParameterBinary aParameter, bool aOwnsNativeProperty = false ) : System

Constructor suitable for use by clients of the device stack

PropertyBinary ( String aName, System aValueChanged ) : System

Constructor suitable for use by clients of the control point stack

SetValue ( byte aData ) : bool

Set the value of the property

Value ( ) : byte[]

Query the value of the property

비공개 메소드들

메소드 설명
OhNetFree ( IntPtr aPtr ) : void
ServicePropertyCreateBinaryCp ( IntPtr aName, Callback aCallback, IntPtr aPtr ) : IntPtr
ServicePropertyCreateBinaryDv ( IntPtr aParameterHandle ) : IntPtr
ServicePropertyGetValueBinary ( IntPtr aHandle, IntPtr &aData, uint &aLen ) : int
ServicePropertySetValueBinary ( IntPtr aHandle, IntPtr aData, uint aLen ) : uint

메소드 상세

PropertyBinary() 공개 메소드

Constructor suitable for use by clients of the device stack
public PropertyBinary ( ParameterBinary aParameter, bool aOwnsNativeProperty = false ) : System
aParameter ParameterBinary Parameter defining the name for the property.
aOwnsNativeProperty bool Whether the managed property owns the underlying native property.
리턴 System

PropertyBinary() 공개 메소드

Constructor suitable for use by clients of the control point stack
public PropertyBinary ( String aName, System aValueChanged ) : System
aName String Property name
aValueChanged System Action to run when the property's value changes
리턴 System

SetValue() 공개 메소드

Set the value of the property
public SetValue ( byte aData ) : bool
aData byte New value for the property
리턴 bool

Value() 공개 메소드

Query the value of the property
public Value ( ) : byte[]
리턴 byte[]