Documentation
¶
Index ¶
- Variables
- func NewValueMapItemServerHandle(o ValueMapItemServer) dcerpc.ServerHandle
- func RegisterValueMapItemServer(conn dcerpc.Conn, o ValueMapItemServer, opts ...dcerpc.Option)
- func ValueMapItemServerHandle(ctx context.Context, o ValueMapItemServer, opNum int, r ndr.Reader) (dcerpc.Operation, error)
- type GetDescriptionRequest
- type GetDescriptionResponse
- type GetEnabledRequest
- type GetEnabledResponse
- type GetKeyRequest
- type GetKeyResponse
- type GetValueMapTypeRequest
- type GetValueMapTypeResponse
- type GetValueRequest
- type GetValueResponse
- type SetDescriptionRequest
- type SetDescriptionResponse
- type SetEnabledRequest
- type SetEnabledResponse
- type SetKeyRequest
- type SetKeyResponse
- type SetValueMapTypeRequest
- type SetValueMapTypeResponse
- type SetValueRequest
- type SetValueResponse
- type UnimplementedValueMapItemServer
- func (UnimplementedValueMapItemServer) GetDescription(context.Context, *GetDescriptionRequest) (*GetDescriptionResponse, error)
- func (UnimplementedValueMapItemServer) GetEnabled(context.Context, *GetEnabledRequest) (*GetEnabledResponse, error)
- func (UnimplementedValueMapItemServer) GetKey(context.Context, *GetKeyRequest) (*GetKeyResponse, error)
- func (UnimplementedValueMapItemServer) GetValue(context.Context, *GetValueRequest) (*GetValueResponse, error)
- func (UnimplementedValueMapItemServer) GetValueMapType(context.Context, *GetValueMapTypeRequest) (*GetValueMapTypeResponse, error)
- func (UnimplementedValueMapItemServer) SetDescription(context.Context, *SetDescriptionRequest) (*SetDescriptionResponse, error)
- func (UnimplementedValueMapItemServer) SetEnabled(context.Context, *SetEnabledRequest) (*SetEnabledResponse, error)
- func (UnimplementedValueMapItemServer) SetKey(context.Context, *SetKeyRequest) (*SetKeyResponse, error)
- func (UnimplementedValueMapItemServer) SetValue(context.Context, *SetValueRequest) (*SetValueResponse, error)
- func (UnimplementedValueMapItemServer) SetValueMapType(context.Context, *SetValueMapTypeRequest) (*SetValueMapTypeResponse, error)
- type ValueMapItemClient
- type ValueMapItemServer
Constants ¶
This section is empty.
Variables ¶
var ( // IValueMapItem interface identifier 03837533-098b-11d8-9414-505054503030 ValueMapItemIID = &dcom.IID{Data1: 0x03837533, Data2: 0x098b, Data3: 0x11d8, Data4: []byte{0x94, 0x14, 0x50, 0x50, 0x54, 0x50, 0x30, 0x30}} // Syntax UUID ValueMapItemSyntaxUUID = &uuid.UUID{TimeLow: 0x3837533, TimeMid: 0x98b, TimeHiAndVersion: 0x11d8, ClockSeqHiAndReserved: 0x94, ClockSeqLow: 0x14, Node: [6]uint8{0x50, 0x50, 0x54, 0x50, 0x30, 0x30}} // Syntax ID ValueMapItemSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: ValueMapItemSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0} )
var (
// import guard
GoPackage = "dcom/pla"
)
Functions ¶
func NewValueMapItemServerHandle ¶
func NewValueMapItemServerHandle(o ValueMapItemServer) dcerpc.ServerHandle
func RegisterValueMapItemServer ¶
func RegisterValueMapItemServer(conn dcerpc.Conn, o ValueMapItemServer, opts ...dcerpc.Option)
Types ¶
type GetDescriptionRequest ¶
type GetDescriptionRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
}
GetDescriptionRequest structure represents the Description operation request
func (*GetDescriptionRequest) MarshalNDR ¶
func (*GetDescriptionRequest) UnmarshalNDR ¶
type GetDescriptionResponse ¶
type GetDescriptionResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
Description *oaut.String `idl:"name:description" json:"description"`
// Return: The Description return value.
Return int32 `idl:"name:Return" json:"return"`
}
GetDescriptionResponse structure represents the Description operation response
func (*GetDescriptionResponse) MarshalNDR ¶
func (*GetDescriptionResponse) UnmarshalNDR ¶
type GetEnabledRequest ¶
type GetEnabledRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
}
GetEnabledRequest structure represents the Enabled operation request
func (*GetEnabledRequest) MarshalNDR ¶
func (*GetEnabledRequest) UnmarshalNDR ¶
type GetEnabledResponse ¶
type GetEnabledResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
Enabled int16 `idl:"name:enabled" json:"enabled"`
// Return: The Enabled return value.
Return int32 `idl:"name:Return" json:"return"`
}
GetEnabledResponse structure represents the Enabled operation response
func (*GetEnabledResponse) MarshalNDR ¶
func (*GetEnabledResponse) UnmarshalNDR ¶
type GetKeyRequest ¶
type GetKeyRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
}
GetKeyRequest structure represents the Key operation request
func (*GetKeyRequest) MarshalNDR ¶
func (*GetKeyRequest) UnmarshalNDR ¶
type GetKeyResponse ¶
type GetKeyResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
Key *oaut.String `idl:"name:key" json:"key"`
// Return: The Key return value.
Return int32 `idl:"name:Return" json:"return"`
}
GetKeyResponse structure represents the Key operation response
func (*GetKeyResponse) MarshalNDR ¶
func (*GetKeyResponse) UnmarshalNDR ¶
type GetValueMapTypeRequest ¶
type GetValueMapTypeRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
}
GetValueMapTypeRequest structure represents the ValueMapType operation request
func (*GetValueMapTypeRequest) MarshalNDR ¶
func (*GetValueMapTypeRequest) UnmarshalNDR ¶
type GetValueMapTypeResponse ¶
type GetValueMapTypeResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
Type pla.ValueMapType `idl:"name:type" json:"type"`
// Return: The ValueMapType return value.
Return int32 `idl:"name:Return" json:"return"`
}
GetValueMapTypeResponse structure represents the ValueMapType operation response
func (*GetValueMapTypeResponse) MarshalNDR ¶
func (*GetValueMapTypeResponse) UnmarshalNDR ¶
type GetValueRequest ¶
type GetValueRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
}
GetValueRequest structure represents the Value operation request
func (*GetValueRequest) MarshalNDR ¶
func (*GetValueRequest) UnmarshalNDR ¶
type GetValueResponse ¶
type GetValueResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
Value *oaut.Variant `idl:"name:Value" json:"value"`
// Return: The Value return value.
Return int32 `idl:"name:Return" json:"return"`
}
GetValueResponse structure represents the Value operation response
func (*GetValueResponse) MarshalNDR ¶
func (*GetValueResponse) UnmarshalNDR ¶
type SetDescriptionRequest ¶
type SetDescriptionRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
Description *oaut.String `idl:"name:description" json:"description"`
}
SetDescriptionRequest structure represents the Description operation request
func (*SetDescriptionRequest) MarshalNDR ¶
func (*SetDescriptionRequest) UnmarshalNDR ¶
type SetDescriptionResponse ¶
type SetDescriptionResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
// Return: The Description return value.
Return int32 `idl:"name:Return" json:"return"`
}
SetDescriptionResponse structure represents the Description operation response
func (*SetDescriptionResponse) MarshalNDR ¶
func (*SetDescriptionResponse) UnmarshalNDR ¶
type SetEnabledRequest ¶
type SetEnabledRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
Enabled int16 `idl:"name:enabled" json:"enabled"`
}
SetEnabledRequest structure represents the Enabled operation request
func (*SetEnabledRequest) MarshalNDR ¶
func (*SetEnabledRequest) UnmarshalNDR ¶
type SetEnabledResponse ¶
type SetEnabledResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
// Return: The Enabled return value.
Return int32 `idl:"name:Return" json:"return"`
}
SetEnabledResponse structure represents the Enabled operation response
func (*SetEnabledResponse) MarshalNDR ¶
func (*SetEnabledResponse) UnmarshalNDR ¶
type SetKeyRequest ¶
type SetKeyRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
Key *oaut.String `idl:"name:key" json:"key"`
}
SetKeyRequest structure represents the Key operation request
func (*SetKeyRequest) MarshalNDR ¶
func (*SetKeyRequest) UnmarshalNDR ¶
type SetKeyResponse ¶
type SetKeyResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
// Return: The Key return value.
Return int32 `idl:"name:Return" json:"return"`
}
SetKeyResponse structure represents the Key operation response
func (*SetKeyResponse) MarshalNDR ¶
func (*SetKeyResponse) UnmarshalNDR ¶
type SetValueMapTypeRequest ¶
type SetValueMapTypeRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
Type pla.ValueMapType `idl:"name:type" json:"type"`
}
SetValueMapTypeRequest structure represents the ValueMapType operation request
func (*SetValueMapTypeRequest) MarshalNDR ¶
func (*SetValueMapTypeRequest) UnmarshalNDR ¶
type SetValueMapTypeResponse ¶
type SetValueMapTypeResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
// Return: The ValueMapType return value.
Return int32 `idl:"name:Return" json:"return"`
}
SetValueMapTypeResponse structure represents the ValueMapType operation response
func (*SetValueMapTypeResponse) MarshalNDR ¶
func (*SetValueMapTypeResponse) UnmarshalNDR ¶
type SetValueRequest ¶
type SetValueRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
Value *oaut.Variant `idl:"name:Value" json:"value"`
}
SetValueRequest structure represents the Value operation request
func (*SetValueRequest) MarshalNDR ¶
func (*SetValueRequest) UnmarshalNDR ¶
type SetValueResponse ¶
type SetValueResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
// Return: The Value return value.
Return int32 `idl:"name:Return" json:"return"`
}
SetValueResponse structure represents the Value operation response
func (*SetValueResponse) MarshalNDR ¶
func (*SetValueResponse) UnmarshalNDR ¶
type UnimplementedValueMapItemServer ¶ added in v1.2.10
type UnimplementedValueMapItemServer struct {
idispatch.UnimplementedDispatchServer
}
Unimplemented IValueMapItem
func (UnimplementedValueMapItemServer) GetDescription ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) GetDescription(context.Context, *GetDescriptionRequest) (*GetDescriptionResponse, error)
func (UnimplementedValueMapItemServer) GetEnabled ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) GetEnabled(context.Context, *GetEnabledRequest) (*GetEnabledResponse, error)
func (UnimplementedValueMapItemServer) GetKey ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) GetKey(context.Context, *GetKeyRequest) (*GetKeyResponse, error)
func (UnimplementedValueMapItemServer) GetValue ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) GetValue(context.Context, *GetValueRequest) (*GetValueResponse, error)
func (UnimplementedValueMapItemServer) GetValueMapType ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) GetValueMapType(context.Context, *GetValueMapTypeRequest) (*GetValueMapTypeResponse, error)
func (UnimplementedValueMapItemServer) SetDescription ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) SetDescription(context.Context, *SetDescriptionRequest) (*SetDescriptionResponse, error)
func (UnimplementedValueMapItemServer) SetEnabled ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) SetEnabled(context.Context, *SetEnabledRequest) (*SetEnabledResponse, error)
func (UnimplementedValueMapItemServer) SetKey ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) SetKey(context.Context, *SetKeyRequest) (*SetKeyResponse, error)
func (UnimplementedValueMapItemServer) SetValue ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) SetValue(context.Context, *SetValueRequest) (*SetValueResponse, error)
func (UnimplementedValueMapItemServer) SetValueMapType ¶ added in v1.2.10
func (UnimplementedValueMapItemServer) SetValueMapType(context.Context, *SetValueMapTypeRequest) (*SetValueMapTypeResponse, error)
type ValueMapItemClient ¶
type ValueMapItemClient interface {
// IDispatch retrieval method.
Dispatch() idispatch.DispatchClient
// Description operation.
GetDescription(context.Context, *GetDescriptionRequest, ...dcerpc.CallOption) (*GetDescriptionResponse, error)
// Description operation.
SetDescription(context.Context, *SetDescriptionRequest, ...dcerpc.CallOption) (*SetDescriptionResponse, error)
// Enabled operation.
GetEnabled(context.Context, *GetEnabledRequest, ...dcerpc.CallOption) (*GetEnabledResponse, error)
// Enabled operation.
SetEnabled(context.Context, *SetEnabledRequest, ...dcerpc.CallOption) (*SetEnabledResponse, error)
// Key operation.
GetKey(context.Context, *GetKeyRequest, ...dcerpc.CallOption) (*GetKeyResponse, error)
// Key operation.
SetKey(context.Context, *SetKeyRequest, ...dcerpc.CallOption) (*SetKeyResponse, error)
// Value operation.
GetValue(context.Context, *GetValueRequest, ...dcerpc.CallOption) (*GetValueResponse, error)
// Value operation.
SetValue(context.Context, *SetValueRequest, ...dcerpc.CallOption) (*SetValueResponse, error)
// The ValueMapType enumeration defines a value map type. A value map defines a named-value
// pair. A value map can be used in different ways. A value map type defines which way
// the value map is to be used; each type has a different way of evaluating the "value"
// of the "value map" based on the "values" of each individual "value map item".
GetValueMapType(context.Context, *GetValueMapTypeRequest, ...dcerpc.CallOption) (*GetValueMapTypeResponse, error)
// The ValueMapType enumeration defines a value map type. A value map defines a named-value
// pair. A value map can be used in different ways. A value map type defines which way
// the value map is to be used; each type has a different way of evaluating the "value"
// of the "value map" based on the "values" of each individual "value map item".
SetValueMapType(context.Context, *SetValueMapTypeRequest, ...dcerpc.CallOption) (*SetValueMapTypeResponse, error)
// AlterContext alters the client context.
AlterContext(context.Context, ...dcerpc.Option) error
// Conn returns the client connection (unsafe)
Conn() dcerpc.Conn
// IPID sets the object interface identifier.
IPID(context.Context, *dcom.IPID) ValueMapItemClient
}
IValueMapItem interface.
func NewValueMapItemClient ¶
type ValueMapItemServer ¶
type ValueMapItemServer interface {
// IDispatch base class.
idispatch.DispatchServer
// Description operation.
GetDescription(context.Context, *GetDescriptionRequest) (*GetDescriptionResponse, error)
// Description operation.
SetDescription(context.Context, *SetDescriptionRequest) (*SetDescriptionResponse, error)
// Enabled operation.
GetEnabled(context.Context, *GetEnabledRequest) (*GetEnabledResponse, error)
// Enabled operation.
SetEnabled(context.Context, *SetEnabledRequest) (*SetEnabledResponse, error)
// Key operation.
GetKey(context.Context, *GetKeyRequest) (*GetKeyResponse, error)
// Key operation.
SetKey(context.Context, *SetKeyRequest) (*SetKeyResponse, error)
// Value operation.
GetValue(context.Context, *GetValueRequest) (*GetValueResponse, error)
// Value operation.
SetValue(context.Context, *SetValueRequest) (*SetValueResponse, error)
// The ValueMapType enumeration defines a value map type. A value map defines a named-value
// pair. A value map can be used in different ways. A value map type defines which way
// the value map is to be used; each type has a different way of evaluating the "value"
// of the "value map" based on the "values" of each individual "value map item".
GetValueMapType(context.Context, *GetValueMapTypeRequest) (*GetValueMapTypeResponse, error)
// The ValueMapType enumeration defines a value map type. A value map defines a named-value
// pair. A value map can be used in different ways. A value map type defines which way
// the value map is to be used; each type has a different way of evaluating the "value"
// of the "value map" based on the "values" of each individual "value map item".
SetValueMapType(context.Context, *SetValueMapTypeRequest) (*SetValueMapTypeResponse, error)
}
IValueMapItem server interface.