package piscsi_interface

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message PbCommand

piscsi_interface.proto:411

Commands piscsi can execute and their parameters

message PbDevice

piscsi_interface.proto:373

The device data, sent from the server to the client

Used in: PbDevicesInfo

message PbDeviceDefinition

piscsi_interface.proto:356

The device definition, sent from the client to the server

Used in: PbCommand

message PbDeviceProperties

piscsi_interface.proto:245

The properties supported by a device

Used in: PbDevice, PbDeviceTypeProperties

message PbDeviceStatus

piscsi_interface.proto:269

The status of a device, only meaningful if the respective feature is supported

Used in: PbDevice

enum PbDeviceType

piscsi_interface.proto:24

The available device types

Used in: PbDevice, PbDeviceDefinition, PbDeviceTypeProperties, PbImageFile, PbMappingInfo

message PbDeviceTypeProperties

piscsi_interface.proto:281

Device properties by device type. (Note that a protobuf map cannot be used because enums cannot be map keys.)

Used in: PbDeviceTypesInfo

message PbDeviceTypesInfo

piscsi_interface.proto:286

Used in: PbResult, PbServerInfo

message PbDevicesInfo

piscsi_interface.proto:392

Used in: PbResult, PbServerInfo

enum PbErrorCode

piscsi_interface.proto:230

piscsi special purpose error codes for cases where a textual error message may not be not sufficient. The client may react on this code, e.g. by prompting the user for an authentication token.

Used in: PbResult

message PbImageFile

piscsi_interface.proto:291

The image file data

Used in: PbDevice, PbImageFilesInfo, PbResult

message PbImageFilesInfo

piscsi_interface.proto:301

The default image folder and the image files it contains

Used in: PbResult, PbServerInfo

message PbLogLevelInfo

piscsi_interface.proto:309

Log level information

Used in: PbResult, PbServerInfo

message PbMappingInfo

piscsi_interface.proto:240

The supported file extensions mapped to their respective device types

Used in: PbResult, PbServerInfo

message PbNetworkInterfacesInfo

piscsi_interface.proto:316

The network interfaces information

Used in: PbResult, PbServerInfo

enum PbOperation

piscsi_interface.proto:47

piscsi remote operations, returning PbResult

Used in: PbCommand

message PbOperationInfo

piscsi_interface.proto:224

Mapping of operations to their ordinals

Used in: PbResult, PbServerInfo

message PbOperationMetaData

piscsi_interface.proto:215

The list of parameters supported by an operation

Used in: PbOperationInfo

message PbOperationParameter

piscsi_interface.proto:202

The operation parameter meta data. The parameter data type is provided by the protobuf API.

Used in: PbOperationMetaData

message PbReservedIdsInfo

piscsi_interface.proto:397

The reserved device IDs

Used in: PbResult, PbServerInfo

message PbResult

piscsi_interface.proto:420

The result of a command

message PbServerInfo

piscsi_interface.proto:457

The piscsi server information. All data can also be requested with individual commands.

Used in: PbResult

message PbStatistics

piscsi_interface.proto:328

Used in: PbStatisticsInfo

enum PbStatisticsCategory

piscsi_interface.proto:321

Statistics categories ordered by increasing severity

Used in: PbStatistics

message PbStatisticsInfo

piscsi_interface.proto:351

The information on collected statistics

Used in: PbResult, PbServerInfo

message PbVersionInfo

piscsi_interface.proto:402

Piscsi server version information

Used in: PbResult, PbServerInfo