Documentation
¶
Index ¶
- type CellLocationClient
- func (c *CellLocationClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *CellLocationClient) FillInNotifierBundle(ctx context.Context, handle int64, arg0 int64) error
- func (c *CellLocationClient) GetCid(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) GetLac(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) GetPsc(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) SetLacAndCid(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *CellLocationClient) SetStateInvalid(ctx context.Context, handle int64) error
- func (c *CellLocationClient) ToString(ctx context.Context, handle int64) (string, error)
- type SmsManagerClient
- func (c *SmsManagerClient) DivideMessage(ctx context.Context, arg0 string) (int64, error)
- func (c *SmsManagerClient) GetDefault(ctx context.Context) (int64, error)
- func (c *SmsManagerClient) SendDataMessage(ctx context.Context, arg0 string, arg1 string, arg2 int16, arg3 int64, ...) error
- func (c *SmsManagerClient) SendTextMessage(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 int64, ...) error
- type SmsMessageClient
- func (c *SmsMessageClient) CalculateLength2(ctx context.Context, handle int64, arg0 string, arg1 bool) (int64, error)
- func (c *SmsMessageClient) CalculateLength2_1(ctx context.Context, handle int64, arg0 string, arg1 bool) (int64, error)
- func (c *SmsMessageClient) CreateFromPdu(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *SmsMessageClient) GetDisplayMessageBody(ctx context.Context, handle int64) (string, error)
- func (c *SmsMessageClient) GetDisplayOriginatingAddress(ctx context.Context, handle int64) (string, error)
- func (c *SmsMessageClient) GetEmailBody(ctx context.Context, handle int64) (string, error)
- func (c *SmsMessageClient) GetEmailFrom(ctx context.Context, handle int64) (string, error)
- func (c *SmsMessageClient) GetIndexOnSim(ctx context.Context, handle int64) (int32, error)
- func (c *SmsMessageClient) GetMessageBody(ctx context.Context, handle int64) (string, error)
- func (c *SmsMessageClient) GetMessageClass(ctx context.Context, handle int64) (int64, error)
- func (c *SmsMessageClient) GetOriginatingAddress(ctx context.Context, handle int64) (string, error)
- func (c *SmsMessageClient) GetPdu(ctx context.Context, handle int64) (int64, error)
- func (c *SmsMessageClient) GetProtocolIdentifier(ctx context.Context, handle int64) (int32, error)
- func (c *SmsMessageClient) GetPseudoSubject(ctx context.Context, handle int64) (string, error)
- func (c *SmsMessageClient) GetServiceCenterAddress(ctx context.Context, handle int64) (string, error)
- func (c *SmsMessageClient) GetStatus(ctx context.Context, handle int64) (int32, error)
- func (c *SmsMessageClient) GetStatusOnSim(ctx context.Context, handle int64) (int32, error)
- func (c *SmsMessageClient) GetSubmitPdu4(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string, ...) (int64, error)
- func (c *SmsMessageClient) GetSubmitPdu5_1(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int16, ...) (int64, error)
- func (c *SmsMessageClient) GetTPLayerLengthForPDU(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *SmsMessageClient) GetTimestampMillis(ctx context.Context, handle int64) (int64, error)
- func (c *SmsMessageClient) GetUserData(ctx context.Context, handle int64) (int64, error)
- func (c *SmsMessageClient) IsCphsMwiMessage(ctx context.Context, handle int64) (bool, error)
- func (c *SmsMessageClient) IsEmail(ctx context.Context, handle int64) (bool, error)
- func (c *SmsMessageClient) IsMWIClearMessage(ctx context.Context, handle int64) (bool, error)
- func (c *SmsMessageClient) IsMWISetMessage(ctx context.Context, handle int64) (bool, error)
- func (c *SmsMessageClient) IsMwiDontStore(ctx context.Context, handle int64) (bool, error)
- func (c *SmsMessageClient) IsReplace(ctx context.Context, handle int64) (bool, error)
- func (c *SmsMessageClient) IsReplyPathPresent(ctx context.Context, handle int64) (bool, error)
- func (c *SmsMessageClient) IsStatusReportMessage(ctx context.Context, handle int64) (bool, error)
- type SmsMessageMessageClassClient
- type SmsMessageSubmitPduClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CellLocationClient ¶
type CellLocationClient struct {
// contains filtered or unexported fields
}
CellLocationClient wraps the gRPC CellLocationService client.
func NewCellLocationClient ¶
func NewCellLocationClient(cc grpc.ClientConnInterface) *CellLocationClient
NewCellLocationClient creates a new CellLocation client.
func (*CellLocationClient) FillInNotifierBundle ¶
func (c *CellLocationClient) FillInNotifierBundle(ctx context.Context, handle int64, arg0 int64) error
FillInNotifierBundle calls the FillInNotifierBundle RPC.
func (*CellLocationClient) SetLacAndCid ¶
func (c *CellLocationClient) SetLacAndCid(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
SetLacAndCid calls the SetLacAndCid RPC.
func (*CellLocationClient) SetStateInvalid ¶
func (c *CellLocationClient) SetStateInvalid(ctx context.Context, handle int64) error
SetStateInvalid calls the SetStateInvalid RPC.
type SmsManagerClient ¶
type SmsManagerClient struct {
// contains filtered or unexported fields
}
SmsManagerClient wraps the gRPC SmsManagerService client.
func NewSmsManagerClient ¶
func NewSmsManagerClient(cc grpc.ClientConnInterface) *SmsManagerClient
NewSmsManagerClient creates a new SmsManager client.
func (*SmsManagerClient) DivideMessage ¶
DivideMessage calls the DivideMessage RPC.
func (*SmsManagerClient) GetDefault ¶
func (c *SmsManagerClient) GetDefault(ctx context.Context) (int64, error)
GetDefault calls the GetDefault RPC.
type SmsMessageClient ¶
type SmsMessageClient struct {
// contains filtered or unexported fields
}
SmsMessageClient wraps the gRPC SmsMessageService client.
func NewSmsMessageClient ¶
func NewSmsMessageClient(cc grpc.ClientConnInterface) *SmsMessageClient
NewSmsMessageClient creates a new SmsMessage client.
func (*SmsMessageClient) CalculateLength2 ¶
func (c *SmsMessageClient) CalculateLength2(ctx context.Context, handle int64, arg0 string, arg1 bool) (int64, error)
CalculateLength2 calls the CalculateLength2 RPC.
func (*SmsMessageClient) CalculateLength2_1 ¶
func (c *SmsMessageClient) CalculateLength2_1(ctx context.Context, handle int64, arg0 string, arg1 bool) (int64, error)
CalculateLength2_1 calls the CalculateLength2_1 RPC.
func (*SmsMessageClient) CreateFromPdu ¶
func (c *SmsMessageClient) CreateFromPdu(ctx context.Context, handle int64, arg0 int64) (int64, error)
CreateFromPdu calls the CreateFromPdu RPC.
func (*SmsMessageClient) GetDisplayMessageBody ¶
GetDisplayMessageBody calls the GetDisplayMessageBody RPC.
func (*SmsMessageClient) GetDisplayOriginatingAddress ¶
func (c *SmsMessageClient) GetDisplayOriginatingAddress(ctx context.Context, handle int64) (string, error)
GetDisplayOriginatingAddress calls the GetDisplayOriginatingAddress RPC.
func (*SmsMessageClient) GetEmailBody ¶
GetEmailBody calls the GetEmailBody RPC.
func (*SmsMessageClient) GetEmailFrom ¶
GetEmailFrom calls the GetEmailFrom RPC.
func (*SmsMessageClient) GetIndexOnSim ¶
GetIndexOnSim calls the GetIndexOnSim RPC.
func (*SmsMessageClient) GetMessageBody ¶
GetMessageBody calls the GetMessageBody RPC.
func (*SmsMessageClient) GetMessageClass ¶
GetMessageClass calls the GetMessageClass RPC.
func (*SmsMessageClient) GetOriginatingAddress ¶
GetOriginatingAddress calls the GetOriginatingAddress RPC.
func (*SmsMessageClient) GetProtocolIdentifier ¶
GetProtocolIdentifier calls the GetProtocolIdentifier RPC.
func (*SmsMessageClient) GetPseudoSubject ¶
GetPseudoSubject calls the GetPseudoSubject RPC.
func (*SmsMessageClient) GetServiceCenterAddress ¶
func (c *SmsMessageClient) GetServiceCenterAddress(ctx context.Context, handle int64) (string, error)
GetServiceCenterAddress calls the GetServiceCenterAddress RPC.
func (*SmsMessageClient) GetStatusOnSim ¶
GetStatusOnSim calls the GetStatusOnSim RPC.
func (*SmsMessageClient) GetSubmitPdu4 ¶
func (c *SmsMessageClient) GetSubmitPdu4(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 string, arg3 bool) (int64, error)
GetSubmitPdu4 calls the GetSubmitPdu4 RPC.
func (*SmsMessageClient) GetSubmitPdu5_1 ¶
func (c *SmsMessageClient) GetSubmitPdu5_1(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int16, arg3 int64, arg4 bool) (int64, error)
GetSubmitPdu5_1 calls the GetSubmitPdu5_1 RPC.
func (*SmsMessageClient) GetTPLayerLengthForPDU ¶
func (c *SmsMessageClient) GetTPLayerLengthForPDU(ctx context.Context, handle int64, arg0 string) (int32, error)
GetTPLayerLengthForPDU calls the GetTPLayerLengthForPDU RPC.
func (*SmsMessageClient) GetTimestampMillis ¶
GetTimestampMillis calls the GetTimestampMillis RPC.
func (*SmsMessageClient) GetUserData ¶
GetUserData calls the GetUserData RPC.
func (*SmsMessageClient) IsCphsMwiMessage ¶
IsCphsMwiMessage calls the IsCphsMwiMessage RPC.
func (*SmsMessageClient) IsMWIClearMessage ¶
IsMWIClearMessage calls the IsMWIClearMessage RPC.
func (*SmsMessageClient) IsMWISetMessage ¶
IsMWISetMessage calls the IsMWISetMessage RPC.
func (*SmsMessageClient) IsMwiDontStore ¶
IsMwiDontStore calls the IsMwiDontStore RPC.
func (*SmsMessageClient) IsReplyPathPresent ¶
IsReplyPathPresent calls the IsReplyPathPresent RPC.
func (*SmsMessageClient) IsStatusReportMessage ¶
IsStatusReportMessage calls the IsStatusReportMessage RPC.
type SmsMessageMessageClassClient ¶
type SmsMessageMessageClassClient struct {
// contains filtered or unexported fields
}
SmsMessageMessageClassClient wraps the gRPC SmsMessageMessageClassService client.
func NewSmsMessageMessageClassClient ¶
func NewSmsMessageMessageClassClient(cc grpc.ClientConnInterface) *SmsMessageMessageClassClient
NewSmsMessageMessageClassClient creates a new SmsMessageMessageClass client.
type SmsMessageSubmitPduClient ¶
type SmsMessageSubmitPduClient struct {
// contains filtered or unexported fields
}
SmsMessageSubmitPduClient wraps the gRPC SmsMessageSubmitPduService client.
func NewSmsMessageSubmitPduClient ¶
func NewSmsMessageSubmitPduClient(cc grpc.ClientConnInterface) *SmsMessageSubmitPduClient
NewSmsMessageSubmitPduClient creates a new SmsMessageSubmitPdu client.