gsm

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

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) Equals

func (c *CellLocationClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*CellLocationClient) FillInNotifierBundle

func (c *CellLocationClient) FillInNotifierBundle(ctx context.Context, handle int64, arg0 int64) error

FillInNotifierBundle calls the FillInNotifierBundle RPC.

func (*CellLocationClient) GetCid

func (c *CellLocationClient) GetCid(ctx context.Context, handle int64) (int32, error)

GetCid calls the GetCid RPC.

func (*CellLocationClient) GetLac

func (c *CellLocationClient) GetLac(ctx context.Context, handle int64) (int32, error)

GetLac calls the GetLac RPC.

func (*CellLocationClient) GetPsc

func (c *CellLocationClient) GetPsc(ctx context.Context, handle int64) (int32, error)

GetPsc calls the GetPsc RPC.

func (*CellLocationClient) HashCode

func (c *CellLocationClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode 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.

func (*CellLocationClient) ToString

func (c *CellLocationClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString 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

func (c *SmsManagerClient) DivideMessage(ctx context.Context, arg0 string) (int64, error)

DivideMessage calls the DivideMessage RPC.

func (*SmsManagerClient) GetDefault

func (c *SmsManagerClient) GetDefault(ctx context.Context) (int64, error)

GetDefault calls the GetDefault RPC.

func (*SmsManagerClient) SendDataMessage

func (c *SmsManagerClient) SendDataMessage(ctx context.Context, arg0 string, arg1 string, arg2 int16, arg3 int64, arg4 int64, arg5 int64) error

SendDataMessage calls the SendDataMessage RPC.

func (*SmsManagerClient) SendTextMessage

func (c *SmsManagerClient) SendTextMessage(ctx context.Context, arg0 string, arg1 string, arg2 string, arg3 int64, arg4 int64) error

SendTextMessage calls the SendTextMessage 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

func (c *SmsMessageClient) GetDisplayMessageBody(ctx context.Context, handle int64) (string, error)

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

func (c *SmsMessageClient) GetEmailBody(ctx context.Context, handle int64) (string, error)

GetEmailBody calls the GetEmailBody RPC.

func (*SmsMessageClient) GetEmailFrom

func (c *SmsMessageClient) GetEmailFrom(ctx context.Context, handle int64) (string, error)

GetEmailFrom calls the GetEmailFrom RPC.

func (*SmsMessageClient) GetIndexOnSim

func (c *SmsMessageClient) GetIndexOnSim(ctx context.Context, handle int64) (int32, error)

GetIndexOnSim calls the GetIndexOnSim RPC.

func (*SmsMessageClient) GetMessageBody

func (c *SmsMessageClient) GetMessageBody(ctx context.Context, handle int64) (string, error)

GetMessageBody calls the GetMessageBody RPC.

func (*SmsMessageClient) GetMessageClass

func (c *SmsMessageClient) GetMessageClass(ctx context.Context, handle int64) (int64, error)

GetMessageClass calls the GetMessageClass RPC.

func (*SmsMessageClient) GetOriginatingAddress

func (c *SmsMessageClient) GetOriginatingAddress(ctx context.Context, handle int64) (string, error)

GetOriginatingAddress calls the GetOriginatingAddress RPC.

func (*SmsMessageClient) GetPdu

func (c *SmsMessageClient) GetPdu(ctx context.Context, handle int64) (int64, error)

GetPdu calls the GetPdu RPC.

func (*SmsMessageClient) GetProtocolIdentifier

func (c *SmsMessageClient) GetProtocolIdentifier(ctx context.Context, handle int64) (int32, error)

GetProtocolIdentifier calls the GetProtocolIdentifier RPC.

func (*SmsMessageClient) GetPseudoSubject

func (c *SmsMessageClient) GetPseudoSubject(ctx context.Context, handle int64) (string, error)

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) GetStatus

func (c *SmsMessageClient) GetStatus(ctx context.Context, handle int64) (int32, error)

GetStatus calls the GetStatus RPC.

func (*SmsMessageClient) GetStatusOnSim

func (c *SmsMessageClient) GetStatusOnSim(ctx context.Context, handle int64) (int32, error)

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

func (c *SmsMessageClient) GetTimestampMillis(ctx context.Context, handle int64) (int64, error)

GetTimestampMillis calls the GetTimestampMillis RPC.

func (*SmsMessageClient) GetUserData

func (c *SmsMessageClient) GetUserData(ctx context.Context, handle int64) (int64, error)

GetUserData calls the GetUserData RPC.

func (*SmsMessageClient) IsCphsMwiMessage

func (c *SmsMessageClient) IsCphsMwiMessage(ctx context.Context, handle int64) (bool, error)

IsCphsMwiMessage calls the IsCphsMwiMessage RPC.

func (*SmsMessageClient) IsEmail

func (c *SmsMessageClient) IsEmail(ctx context.Context, handle int64) (bool, error)

IsEmail calls the IsEmail RPC.

func (*SmsMessageClient) IsMWIClearMessage

func (c *SmsMessageClient) IsMWIClearMessage(ctx context.Context, handle int64) (bool, error)

IsMWIClearMessage calls the IsMWIClearMessage RPC.

func (*SmsMessageClient) IsMWISetMessage

func (c *SmsMessageClient) IsMWISetMessage(ctx context.Context, handle int64) (bool, error)

IsMWISetMessage calls the IsMWISetMessage RPC.

func (*SmsMessageClient) IsMwiDontStore

func (c *SmsMessageClient) IsMwiDontStore(ctx context.Context, handle int64) (bool, error)

IsMwiDontStore calls the IsMwiDontStore RPC.

func (*SmsMessageClient) IsReplace

func (c *SmsMessageClient) IsReplace(ctx context.Context, handle int64) (bool, error)

IsReplace calls the IsReplace RPC.

func (*SmsMessageClient) IsReplyPathPresent

func (c *SmsMessageClient) IsReplyPathPresent(ctx context.Context, handle int64) (bool, error)

IsReplyPathPresent calls the IsReplyPathPresent RPC.

func (*SmsMessageClient) IsStatusReportMessage

func (c *SmsMessageClient) IsStatusReportMessage(ctx context.Context, handle int64) (bool, error)

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.

func (*SmsMessageMessageClassClient) ValueOf

func (c *SmsMessageMessageClassClient) ValueOf(ctx context.Context, arg0 string) (int64, error)

ValueOf calls the ValueOf RPC.

func (*SmsMessageMessageClassClient) Values

Values calls the Values RPC.

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.

func (*SmsMessageSubmitPduClient) ToString

ToString calls the ToString RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL