OpenHome.Net.Core.PropertyBinary.PropertyBinary C# (CSharp) Method

PropertyBinary() public method

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.
return System
        public PropertyBinary(ParameterBinary aParameter, bool aOwnsNativeProperty = false)
            : base(aOwnsNativeProperty)
        {
            iHandle = ServicePropertyCreateBinaryDv(aParameter.Handle());
        }

Same methods

PropertyBinary::PropertyBinary ( String aName, System aValueChanged ) : System