System.EndpointTXEventArgs.EndpointTXEventArgs C# (CSharp) Метод

EndpointTXEventArgs() публичный Метод

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