Метод | Описание | |
---|---|---|
ErrorCodeToServiceError ( ErrorCode error ) : ServiceErrorCode | ||
FromMzcInterface ( uint @interface ) : int | ||
FromMzcProtocol ( AddressProtocol addressProtocol ) : Protocol | ||
ToMzcInterface ( int @interface ) : uint | ||
ToMzcProtocol ( Protocol addressProtocol ) : AddressProtocol |
public static ErrorCodeToServiceError ( ErrorCode error ) : ServiceErrorCode | ||
error | ErrorCode | |
Результат | ServiceErrorCode |
public static FromMzcInterface ( uint @interface ) : int | ||
@interface | uint | |
Результат | int |
public static FromMzcProtocol ( AddressProtocol addressProtocol ) : Protocol | ||
addressProtocol | AddressProtocol | |
Результат | Protocol |
public static ToMzcInterface ( int @interface ) : uint | ||
@interface | int | |
Результат | uint |
public static ToMzcProtocol ( Protocol addressProtocol ) : AddressProtocol | ||
addressProtocol | Protocol | |
Результат | AddressProtocol |