BACnet.Ashrae.UnconfirmedTextMessageRequest.CharacterWrapper.CharacterWrapper C# (CSharp) Method

CharacterWrapper() public method

public CharacterWrapper ( string item ) : System
item string
return System
            public CharacterWrapper(string item)
            {
                this.Item = item;
            }
UnconfirmedTextMessageRequest.CharacterWrapper