System.EndpointTXEventArgs.EndpointTXEventArgs C# (CSharp) Method

EndpointTXEventArgs() public method

public EndpointTXEventArgs ( UInt16 result )
result UInt16
                    public EndpointTXEventArgs(UInt16 result)
                    {
                        this.result = result;
                    }
                }
EndpointTXEventArgs